home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 32.zip
/
BS1 part 32
/
Wshell v1.2^1.adf
/
PathMan
/
Install-Pathman
< prev
next >
Wrap
Text File
|
1989-12-03
|
489b
|
15 lines
; A simple script to install the PathHandler
echo "Installing PathHandler"
copy PathHandler L: clone
; Check whether to append the mountlist entry ...
execio read DEVS:mountlist locate "path:" colstart 1 colend 5 for 1 >NIL:
if warn
echo "Appending mountlist entry for PATH:"
rename DEVS:mountlist DEVS:MountList.old
join DEVS:mountlist.old mountlist as DEVS:MountList
echo "Remember to delete DEVS:MountList.old"
else
echo "PATH: already in DEVS:Mountlist"
endif